You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.ReadValues Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.ReadValues Method

Read values content from stream to object.

Syntax
C#
Visual Basic
public long ReadValues([In] Stream Src, TPrecision Precision);

Reads values content from SrcStream stream to calling objct. No other values describing the data type or length are read from the DstStream. Number type is defined by the Precision parameter, which can be obtained from ReadHeader method call.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!